home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / obexd-client / README < prev   
Text File  |  2009-03-12  |  745b  |  35 lines

  1. OBEX Server and Client
  2. **********************
  3.  
  4. Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
  5.  
  6.  
  7. Compilation and installation
  8. ============================
  9.  
  10. In order to compile OBEX daemons you need following software packages:
  11.     - GCC compiler
  12.     - D-Bus library
  13.     - GLib library
  14.     - OpenOBEX library
  15.     - Bluetooth library
  16.  
  17. To configure run:
  18.     ./configure --prefix=/usr --libexecdir=/usr/lib/obex \
  19.                 --mandir=/usr/share/man --sysconfdir=/etc
  20.  
  21. Configure automatically searches for all required components and packages.
  22.  
  23. To compile and install run:
  24.     make && make install
  25.  
  26.  
  27. Information
  28. ===========
  29.  
  30. Mailing lists:
  31.     linux-bluetooth@vger.kernel.org
  32.  
  33. For additional information about the project visit BlueZ web site:
  34.     http://www.bluez.org
  35.